Uses of Interface
org.eclipse.vtp.framework.spi.IProcessDescriptor

Packages that use IProcessDescriptor
org.eclipse.vtp.framework.engine.http   
org.eclipse.vtp.framework.engine.main   
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.engine.support   
org.eclipse.vtp.framework.spi   
 

Uses of IProcessDescriptor in org.eclipse.vtp.framework.engine.http
 

Classes in org.eclipse.vtp.framework.engine.http that implement IProcessDescriptor
 class Deployment
          A process deployed on the HTTP connector.
 

Uses of IProcessDescriptor in org.eclipse.vtp.framework.engine.main
 

Methods in org.eclipse.vtp.framework.engine.main with parameters of type IProcessDescriptor
 IProcess ProcessEngine.createProcess(IProcessDefinition definition, IProcessDescriptor descriptor)
           
 

Uses of IProcessDescriptor in org.eclipse.vtp.framework.engine.runtime
 

Constructors in org.eclipse.vtp.framework.engine.runtime with parameters of type IProcessDescriptor
Process(Blueprint blueprint, IProcessDescriptor descriptor)
          Creates a new Process.
 

Uses of IProcessDescriptor in org.eclipse.vtp.framework.engine.support
 

Fields in org.eclipse.vtp.framework.engine.support declared as IProcessDescriptor
protected  IProcessDescriptor AbstractProcessContext.descriptor
          The process descriptor.
 

Constructors in org.eclipse.vtp.framework.engine.support with parameters of type IProcessDescriptor
AbstractProcessContext(IProcessDescriptor descriptor)
          Creates a new AbstractProcessContext.
 

Uses of IProcessDescriptor in org.eclipse.vtp.framework.spi
 

Methods in org.eclipse.vtp.framework.spi with parameters of type IProcessDescriptor
 IProcess IProcessEngine.createProcess(IProcessDefinition definition, IProcessDescriptor descriptor)
          Creates a new process instance from the specified descriptor.